go/types.Checker.exprInternal (method)

2 uses

	go/types (current package)
		expr.go#L1208: 	kind := check.exprInternal(x, e, hint)
		expr.go#L1246: func (check *Checker) exprInternal(x *operand, e ast.Expr, hint Type) exprKind {